{
    email contact@janaka.co.uk
}

auth.easyrunner.local {
    reverse_proxy authelia:9091
}

lldap.easyrunner.local {
    reverse_proxy lldap:17170
}

demoapp1.easyrunner.local {
    forward_auth authelia:9091 {
            uri /api/authz/forward-auth
            ## The following commented line is for configuring the Authelia URL in the proxy. We strongly suggest
            ## this is configured in the Session Cookies section of the Authelia configuration.
            # uri /api/authz/forward-auth?authelia_url=https://auth.example.com/
            copy_headers Remote-User Remote-Groups Remote-Email Remote-Name
    }
    reverse_proxy app:8080
}